home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / tpschk11.zip / HISTORY.TXT < prev    next >
Text File  |  1990-02-05  |  765b  |  28 lines

  1.  
  2. The SelfChk Unit - Turbo Pascal
  3.  
  4. Revision History.
  5.  
  6.  
  7. v1.1 - 2/05/90
  8. ~~~~~~~~~~~~~~
  9. Fix in...
  10.  
  11.   Documentation :  Compiles under versions 4.0 and above, not just 5.0/5.5.
  12.  
  13.   SCHKINST      :  Would not install CRC data (wrong data location) in
  14.      programs of any significant size (Yikes!).  Due to the way TP handles
  15.      multiplication of LongInts with other constants.  Don't ask me why,
  16.      but TP returns a regular Integer result, dropping the upper byte pair
  17.      of the LongInt which didn't help us any.  Resolved w/ an addition loop.
  18.  
  19.   SelfChk.Pas   :     Added 'exec_fname' variable initialized at runtime to
  20.      the full drive/path/filename of the executable.
  21.  
  22. v1.0 - 1/22/90
  23. ~~~~~~~~~~~~~~
  24.   Initial Release.
  25.  
  26.  
  27. Mike Durkin
  28.